home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / passwd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-31  |  122 b   |  9 lines

  1. #include <stdlib.h>
  2.  
  3. struct passwd
  4. {
  5.     char pw_dir[_MAX_PATH];
  6. };
  7.  
  8. struct passwd *getpwnam(const char *szUser);
  9.